
'asm2fbpoke.exe' was written by Robert Hannan (emerson) Nov 13, 2022

'asm6.exe' was created by Loopy and is included with this distribution.



This program will compile an NES assembly file written in asm6 and generate Family Basic listing
	which POKEs the assembly bytes into Family Basic WRAM. It was created to help generate a
	computer program audio file my friend could use for their music project.
	
	
An example file is included which should help you get started. The example file changes the 
	background color in Family Basic to blue. It is a crude program intended only to demonstrate
	how the compiler works.
	
	
There are a few error checks performed when creating the Family Basic listing. An error message
	will occur if a problem is detected. The listing will generate even if an error occurs.
	
	
The QB64 source file is included so others can expand on it or customize for their needs. I do not
	intend to expand on it further.